feat: 앱 화면 UI 리프레시 — 인증 2단 레이아웃·진행 스테퍼·빈 상태 (#21)#25
Merged
Conversation
- 인증(login/register): 좌측 네이비 브랜드 패널(가치 카피/신뢰 포인트) + 우측 폼 2단 레이아웃 - 분석 결과: 제네릭 스피너 → 3단계 진행 스테퍼(수집→분석→완료) + 완료 시 결과 헤더 (AnalysisProgress 컴포넌트+테스트 신설) - 대시보드: EmptyState 공통 컴포넌트로 빈 상태 개선, "최근 분석" 헤더에 건수 표기 - 테스트 의존 텍스트/aria-label 보존, 66개 테스트 전체 통과 Refs #21 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #21
작업 요약
디자인 시스템(#20) 위에서 로그인 이후 앱 화면을 전문적으로 다듬는다.
변경 내용
AnalysisProgress컴포넌트+테스트 신설.EmptyState공통 컴포넌트로 빈 상태 개선(점선 카드+안내), "최근 분석" 헤더 건수 표기.검증
npm run type-check통과npm test -- --run— 66/66 통과 (신규 AnalysisProgress 4 + EmptyState 3 포함)작업 방식
이슈 #21 → /task-with-harness(P1 인증 ∥ P2 스테퍼 ∥ P3 대시보드, 3 병렬) → 이 PR.
🤖 Generated with Claude Code